<rect>
<x>0</x>
<y>0</y>
- <width>351</width>
- <height>300</height>
+ <width>350</width>
+ <height>350</height>
</rect>
</property>
<property name="sizePolicy">
<property name="maximumSize">
<size>
<width>400</width>
- <height>300</height>
+ <height>400</height>
</size>
</property>
<property name="windowTitle">
<rect>
<x>10</x>
<y>13</y>
- <width>312</width>
- <height>249</height>
+ <width>321</width>
+ <height>321</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="textLine1">
+ <property name="font">
+ <font>
+ <pointsize>12</pointsize>
+ </font>
+ </property>
<property name="text">
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GPSBabel is free software built and supported by volunteers. It consumes vast amounts of time to create and support the software as well as money for mapping programs, GPS receivers, and development fixtures. Please see how you can <a href="https://www.gpsbabel.org"><span style=" text-decoration: underline; color:#0000ff;">contribute time or via PayPal (no account needed).</span></a></p></body></html></string>
+ <string><html><head/><body><p>GPSBabel is free software built and supported by volunteers. It consumes vast amounts of time to create and support the software as well as money for mapping programs, GPS receivers, and development fixtures. Please see how you can <a href="https://www.gpsbabel.org/contribute.html"><span style=" text-decoration: underline; color:#0000ff;">contribute time or via PayPal (no account needed).</span></a></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
</widget>
</item>
+ <item>
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
<item>
<widget class="QLabel" name="textLine2">
<property name="text">
</property>
</widget>
</item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
babelData_.runCount_++;
QDateTime now = QDateTime::currentDateTime();
- if ((babelData_.runCount_ == 1) ||
- ((babelData_.runCount_ > 5) && (babelData_.donateSplashed_.daysTo(now) > 30))) {
+ if (!babelData_.disableDonateDialog_ &&
+ ((babelData_.runCount_ == 1) ||
+ ((babelData_.runCount_ > 5) && (babelData_.donateSplashed_.daysTo(now) > 30)))) {
Donate donate(nullptr);
if (babelData_.donateSplashed_.date() == QDate(2010,1,1)) {
donate.showNever(false);
}
donate.exec();
+ babelData_.disableDonateDialog_ = donate.neverAgain();
babelData_.donateSplashed_ = now;
}
saveSettings();